home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Apps / HeaderViewer.app / PBInfo.nib / data.classes next >
Text File  |  1993-02-16  |  574b  |  45 lines

  1. IBInfo = {
  2.     ACTIONS = {
  3.     animate:;
  4.     setJmh:;
  5.     setNib:;
  6.     };
  7.     OUTLETS = {
  8.     window;
  9.     versionField;
  10.     picture;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. FirstResponder = {
  15.     ACTIONS = {
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. PBInfo = {
  20.     ACTIONS = {
  21.     showAntoine:;
  22.     showDave:;
  23.     showPB:;
  24.     };
  25.     OUTLETS = {
  26.     picture;
  27.     window;
  28.     initialImage;
  29.     versionField;
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33. HVPreferences = {
  34.     ACTIONS = {
  35.     addHeader:;
  36.     modifyCppOptions:;
  37.     removeHeader:;
  38.     setCppOptions:;
  39.     };
  40.     OUTLETS = {
  41.     headersToInstallMatrix;
  42.     };
  43.     SUPERCLASS = Object;
  44. };
  45.